home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 04B (1986)(Pacific North-West Amigas Club)[b corrupt files][WB].zip / Panorama - Disk 04B (1986)(Pacific North-West Amigas Club)[b corrupt files][WB].adf / readme
Text File  |  1986-05-14  |  8KB  |  163 lines

  1.               Larry's Distribution Disk.
  2.  
  3.   This month bring a wealth of material. From demos to fun, with lots of
  4. high powered performance in between.  There is something for almost
  5. everyone, whether they be hacker or artist.
  6.  
  7.  Check out DAZZLE and BOING! for those times you want to show off your
  8. machine. FISH will delight the kiddies. Leave it running, pull down the
  9. screen so the fish swims near the bottom. The kids will love it.
  10.  
  11.   For the DPAint/Images crowd, there are three programs of particular
  12. interest. DDL and KOA to translate pictures produced on a 64, and ZAPICON to
  13. transform that nice brush file into an icon for use on your workbench.
  14.  
  15.   Want to know more about the Amiga's internal workings?  Take a look in the
  16. tutorial section for files on EXEC, by Jouhn Draper (AKA Captain Crunch), as
  17. well as ERRATA for the ROM Kernel Manual and a couple of tutorials by
  18. Commodore-Amiga staff on multitasking.  A big bonus is the EXPANSION
  19. documentation, which covers the system calls needed to configure and handle
  20. an external memory and devices.
  21.  
  22.   Pogrammers and artist alike will probably like to look at the source code
  23. for a couple of HAM mode utilities , and for the Intuition programmer,
  24. source code for a C program called BALLPTR (executable is in DEMOS).
  25.  
  26.   Tired of digging into the Amiga? Fire up LIFE, and enjoy Conway's
  27. not-so-trivial cellular automata.  Use the left mouse button to see the
  28. options available. Nicely done, and reasonably fast, this program suffers
  29. only in the "edge" implementation, for which the programmer has apologized.
  30. I certainly don't mind. The program is more than good enough for a public
  31. domain version.
  32.  
  33.   Modula 2 fans who own the TDI Modula 2 compiler will be interested in the
  34. entire Modula section. It consists of notes, tips, bug notifications, bug
  35. fixes, and a few sample programs. TDI has announced that they will be
  36. bringing out an update disk with bugs fixed and enhancements added, including
  37. a better, more selective linker for smaller executable code, and a "Grid
  38. Access Data Base", said to be able to find any record on a disk in two
  39. accesses. ::drooling about this one::
  40.  
  41.   Last, but not least, a mess of utilities for everyone. ARC, that venerable
  42. achiving program from the "other" machines, has been implemented on the
  43. Amiga, and works very well. For those of you who may not be familiar with
  44. the concept, ARC takes a file or files and crunches, squeezes, or otherwise
  45. mangles them into a smaller chunk of storage. This serves two purposes. It
  46. keeps related files together. (How often have you copied some files to
  47. another disk, and then realized later that you missed some critical
  48. auxiliary files?) It also saves space. Files may be extracted all at once or
  49. individually, and the process is quite fast.
  50.  
  51.   Ever wonder if two files are the same? COMPARE will tell you. DSM is for
  52. the curious. It's a disassembler. Disksalv, though presented before, has
  53. been updated to bette deal with such things as circular linkage and
  54. conflicting linkages, It also asks for another disk should you fill up the
  55. one you'r working on. A very handy utility.
  56.  
  57. Now for the big winner in the utility category. DISKZAP is a very well done
  58. sector editor in the tradition of Disk Doctor on the Commodore line.
  59. Incorporating mouse and keyboard operation, it will allow you to look at any
  60. disks except the ones that only run under the lobotom...er... Transformer.
  61. Yes Virginia, there IS readable data on your Kickstart disk.Find your way to
  62. any file easily and quickly (almost as quickly as DIR does it), search for
  63. data, check and correct checksums, look at ANY sector whether part of a file
  64. or not, by block number or by physical cylinder, track, and sector. A must
  65. for any serious Dostronaut.
  66.  
  67. Enough, let's get to the goodies.
  68.  
  69. DEMOS (dir)
  70.  
  71.  ballptr - Anything you can do on your screen, I can do in my mouse pointer!
  72.  boing!  - Looks pretty close to the original, but for a big surprise, click
  73.            the right mouse button, then click it again. Neat!
  74.  boing.samples - You need this one in the current directory for Boing sound.
  75.  dazzle  - As the title says, a dazzler. Choice (by menu) of random or mouse
  76.            control. Mouse position changes the entire character of the
  77.            display.
  78.  dazzle.info - lets you run dazzle from Workbench.
  79.  fish    - Fire this one up and watch the kid's faces. End by pulling down
  80.            the screen and clicking the close gadget in the window.
  81.  
  82. UTILITY (dir)
  83.  
  84.  ARC010       - Archive program for the Amiga. I'll try to find the
  85.                 documentation for it. Watch for length of filename if it
  86.                 doesn't seem to want to cooperate.
  87.  compare      - compares two file, text or otherwise.
  88.  dasm         - Simple disassembler.
  89.  dirlis       - YAD (Yet Another DIR). This one highlights the directory
  90.                 name as well as the individual subdirectories. Lists four
  91.                 columns across for those times you need to see more entries
  92.                 onscreen.
  93.  disksalv     - Latest version of Hazy Davie's disk salvager.
  94.  disksalv.doc - and the documentation for it.
  95.  diskzap      - GREAT program! Menu or HELP key for instructions. WARNING,
  96.                 this program, in the hands of a novice or klutz can trash a
  97.                 disk faster than a speeding magnet. Don't be afraid of it,
  98.                 just use some common sense and a backup.
  99.  mycli        - An updated version of MYCLI. Offeres command recal, command 
  100.                 line editing, and a few other nifty features. See below for...
  101.  mycli.doc    - The documantation for mycli.
  102.  
  103. GRAPHIC (dir)
  104.  
  105.  ddl       - C64 Doodle pictures to IFF. Modem them over, download them,
  106.              whatever. Then run them through this, and they will load into
  107.              DPaint/Images, etc.
  108.  icons.arc - An Archive file of icons for your workbench. Use ARC010 to
  109.              extract. Use IconED to make them the type of icon you need.
  110.  koa       - C64 KOALA pictures to IFF. Same as DDL, but works with Koala
  111.              pictures.
  112.  zapicon   - OK, here it is, something a LOT better than IconED. Convert
  113.              DPaint brushes to icons. So c'mon all you starving artists,
  114.              let's see some icons that really shine!
  115.  
  116. TUTORIAL (dir)
  117.  
  118.  errata.arc  - Archived file, use ARC to extract. Errata for RKM.
  119.  exec        - Tutorial on using Amiga's EXEC functions, message ports, etc.
  120.  expan.arc   - System calls for using and configuring the expansion stuff.
  121.  multi.arc   - Tutorial by Amiga folks on mutitasking, multiprocessing.
  122.  gadgets.doc - Gadget tutorial by Crunch.
  123.  
  124. RECREATIONS (dir)
  125.  
  126.  LIFE - John Conway's clever cellular automata. A nice, fast implementation.
  127.  
  128. CSOURCE (dir)
  129.  
  130.  ballptr.arc - Source (C and assembler) for the Ballptr demo under DEMOS.
  131.  hamsrc.arc  - Two HAM utilities. 
  132.  
  133. MODULA (dir)
  134.  
  135.   NOTES (dir)
  136.    bugs        - A list of known bugs in TDI's compiler.
  137.    m2Strings   - Handling strings in M2.
  138.    Modula.tips - Some tips from TDI.
  139.    RealInOut   - Notes on the lack of RealInOut.
  140.  
  141.   FIXES (dir)
  142.  
  143.    NOTE: Please read the notes in MODULA/NOTES before incorporating any of
  144.          these fixes.
  145.  
  146.    fixes.def   - Definition module for FIXES.
  147.    fixes.mod   - Implementationm module for FIXES. You must IMPORT the
  148.                  enclose PROCEDURES from FIXES, or they won't work properly.
  149.    inout.mod   - A fixed implementation module for InOut.
  150.    streams.def - Fixed (partially) Streams.
  151.    streams.mod - and its implementation module.
  152.  
  153.  
  154.  
  155.  hello  - hello.mod  - The sample window program from the Intuition manual,
  156.                        translated to a civilized language by Richie Bielak.
  157.  pause  - pause.mod  - A script file command that allows you to pause the
  158.                        execution of a script file, with an optional string to
  159.                        inform you of the reason for the pause.
  160.  sparks - sparks.mod - A translation of Sparks, originally scratched out in
  161.                        C, and translated by Richie Bielak.
  162.  
  163.